//==============================================================================
// GOTBN Melisandre_anim.txt
//==============================================================================
define firebreath
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Chimera Fire Breath
      }
   }
}

//==============================================================================
define GroundGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon GroundGlow
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
	set hotspot
      {
         version
         {
            Visual GOTBN Melisandre_IdleA
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
	set hotspot
      {
         version
         {
            Visual GOTBN Melisandre_BoredA
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual GOTBN Melisandre_DeathA
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual GOTBN Melisandre_FlailA
         }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
	set hotspot
      {
         version
         {
            Visual GOTBN Melisandre_WalkA
			tag FootstepLeft 0.30 true   
			tag FootstepRight 0.80 true
         }
      }
   }
}


//==============================================================================
anim Charging
{
	SetSelector 
	{
      set hotspot
      {
         version
         {
				Visual GOTBN Melisandre_spellcastA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.50 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.50 false ChimeraFlame checkVisible 
//-- end auto generated section
			Connect LAUNCHPOINT GroundGlow hotspot
			Connect LAUNCHPOINT firebreath hotspot
			length 2.0
         }
      }
   }
}